Action hook 'after-{$taxonomy}-table'

in WP Core File wp-admin/edit-tags.php at line 675

Description

Fires after the taxonomy list table. The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. Possible hook names include: - `after-category-table` - `after-post_tag-table`

Occurrences

Filename Line Number
wp-admin/edit-tags.php 675

Parameters

Type Name Description
string $taxonomy The taxonomy name.

PHP Doc

/**
 * Fires after the taxonomy list table.
 *
 * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug.
 *
 * Possible hook names include:
 *
 *  - `after-category-table`
 *  - `after-post_tag-table`
 *
 * @since 3.0.0
 *
 * @param string $taxonomy The taxonomy name.
 */